PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / createCell Method
The cell content, it depends on the cell being created. If the cell is a string cell, then the Object is converted to string and set as cell content.
In This Topic
    createCell Method
    In This Topic
    Creates a new cell based on the property.
    Syntax
    public PDFFlowTableCell createCell( 
       java.lang.Object cellContent
    )

    Parameters

    cellContent
    The cell content, it depends on the cell being created. If the cell is a string cell, then the Object is converted to string and set as cell content.

    Return Value

    A new cell object with the properties set by default to the values defined by the Object.
    See Also